home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
convert
/
ptmid3
/
samples.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-02
|
281b
|
17 lines
/*
* samples.c: Header for routines for Ptmid to deal with samples.
*
* author: Andrew Scott
*
* date: 30/6/1994
*/
#ifndef _SAMPLESH
#define _SAMPLESH
unsigned FreqGetFn(Sz fnSample);
long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
#endif